Skip to content

fix(editor): remove the redundant top-bar settings button (cherry-pick for 1.10.0-rc.2) - #478

Merged
EtienneLescot merged 1 commit into
release/v1.10.0from
claude/remove-settings-button-rc2-cherrypick
Aug 22, 2026
Merged

fix(editor): remove the redundant top-bar settings button (cherry-pick for 1.10.0-rc.2)#478
EtienneLescot merged 1 commit into
release/v1.10.0from
claude/remove-settings-button-rc2-cherrypick

Conversation

@EtienneLescot

@EtienneLescot EtienneLescot commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

Cherry-pick of #465 onto release/v1.10.0 for the next RC.

  • Remove the gear/Settings icon button from the editor top bar (between the theme toggle and Export) — it opened the shortcuts configuration dialog, already reachable as "Keyboard Shortcuts" from the OpenScreen wordmark menu.
  • Drop the now-unused topbar.settings string from all 13 locales.
  • Fix two manual e2e checklist lines that tested/referenced the removed control.

Related issue

No tracked issue — reported directly by screenshot. See #465 for the original change.

Type of change

  • Bug fix

Release impact

  • Patch

Desktop impact

  • Not platform-specific

Screenshots / video

Not attached — this removes one existing top-bar icon with no other visual change.

Testing

Cherry-picked commit is identical in content to the one already merged and verified on main (#465). Re-ran on top of release/v1.10.0 (currently 1.10.0-rc.1, rebased onto the latest tip):

  • npx tsc --noEmit — clean
  • npx vitest run over the affected suites (EditorTopBar, localeParity, ProviderSettings) — 35 tests pass
  • npx biome check on all changed files — clean

Cherry-picked cleanly with one trivial auto-merge in manual-e2e-checklist.md (unrelated doc edits landed nearby on the release branch since it was cut), same 15-file diff as #465.

🤖 Generated with Claude Code

The gear icon between the theme toggle and Export opened the shortcuts
configuration dialog — the same dialog already reachable as "Keyboard
Shortcuts" from the OpenScreen wordmark menu. Unlike AI settings, which
llm-providers.md documents as an intentional "two doors, one dialog",
this second door was just a leftover.

Removed the button and its icon import, the now-dead `topbar.settings`
string from all 13 locales, and the two manual e2e checklist lines that
tested or referenced the removed control.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@EtienneLescot

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@EtienneLescot, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 13 minutes

Limit details: You’ve used all 4 included reviews currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2b790f8f-b5b4-4d5c-a1bf-e83b00b978b0

📥 Commits

Reviewing files that changed from the base of the PR and between e31c1ed and af77b46.

📒 Files selected for processing (15)
  • src/components/ai-edition/v4/EditorTopBar.tsx
  • src/i18n/locales/ar/editor.json
  • src/i18n/locales/en/editor.json
  • src/i18n/locales/es/editor.json
  • src/i18n/locales/fr/editor.json
  • src/i18n/locales/it/editor.json
  • src/i18n/locales/ja-JP/editor.json
  • src/i18n/locales/ko-KR/editor.json
  • src/i18n/locales/pt-BR/editor.json
  • src/i18n/locales/ru/editor.json
  • src/i18n/locales/tr/editor.json
  • src/i18n/locales/vi/editor.json
  • src/i18n/locales/zh-CN/editor.json
  • src/i18n/locales/zh-TW/editor.json
  • technical-documentation/testing/manual-e2e-checklist.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor
⚠️ Action not completed

Review rate limited.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@EtienneLescot
EtienneLescot merged commit 9e38a50 into release/v1.10.0 Aug 22, 2026
17 checks passed
@EtienneLescot
EtienneLescot deleted the claude/remove-settings-button-rc2-cherrypick branch August 22, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant